3.2.1 \(\int \frac {(1-\sqrt {3}) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {-a+b x^3}} \, dx\) [101]

3.2.1.1 Optimal result
3.2.1.2 Mathematica [C] (verified)
3.2.1.3 Rubi [A] (verified)
3.2.1.4 Maple [B] (verified)
3.2.1.5 Fricas [C] (verification not implemented)
3.2.1.6 Sympy [A] (verification not implemented)
3.2.1.7 Maxima [F]
3.2.1.8 Giac [F]
3.2.1.9 Mupad [F(-1)]

3.2.1.1 Optimal result

Integrand size = 38, antiderivative size = 497 \[ \int \frac {\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {-a+b x^3}} \, dx=\frac {2 \sqrt {-a+b x^3}}{\sqrt [3]{b} \left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )}-\frac {\sqrt [4]{3} \sqrt {2+\sqrt {3}} \sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right ) \sqrt {\frac {a^{2/3}+\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} E\left (\arcsin \left (\frac {\left (1+\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}\right )|-7+4 \sqrt {3}\right )}{\sqrt [3]{b} \sqrt {-\frac {\sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right )}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} \sqrt {-a+b x^3}}+\frac {4 \sqrt [4]{3} \sqrt {2-\sqrt {3}} \sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right ) \sqrt {\frac {a^{2/3}+\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} \operatorname {EllipticF}\left (\arcsin \left (\frac {\left (1+\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}\right ),-7+4 \sqrt {3}\right )}{\sqrt [3]{b} \sqrt {-\frac {\sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right )}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} \sqrt {-a+b x^3}} \]

output
2*(b*x^3-a)^(1/2)/b^(1/3)/(-b^(1/3)*x+a^(1/3)*(1-3^(1/2)))+4*3^(1/4)*a^(1/ 
3)*(a^(1/3)-b^(1/3)*x)*EllipticF((-b^(1/3)*x+a^(1/3)*(1+3^(1/2)))/(-b^(1/3 
)*x+a^(1/3)*(1-3^(1/2))),2*I-I*3^(1/2))*((a^(2/3)+a^(1/3)*b^(1/3)*x+b^(2/3 
)*x^2)/(-b^(1/3)*x+a^(1/3)*(1-3^(1/2)))^2)^(1/2)*(1/2*6^(1/2)-1/2*2^(1/2)) 
/b^(1/3)/(b*x^3-a)^(1/2)/(-a^(1/3)*(a^(1/3)-b^(1/3)*x)/(-b^(1/3)*x+a^(1/3) 
*(1-3^(1/2)))^2)^(1/2)-3^(1/4)*a^(1/3)*(a^(1/3)-b^(1/3)*x)*EllipticE((-b^( 
1/3)*x+a^(1/3)*(1+3^(1/2)))/(-b^(1/3)*x+a^(1/3)*(1-3^(1/2))),2*I-I*3^(1/2) 
)*((a^(2/3)+a^(1/3)*b^(1/3)*x+b^(2/3)*x^2)/(-b^(1/3)*x+a^(1/3)*(1-3^(1/2)) 
)^2)^(1/2)*(1/2*6^(1/2)+1/2*2^(1/2))/b^(1/3)/(b*x^3-a)^(1/2)/(-a^(1/3)*(a^ 
(1/3)-b^(1/3)*x)/(-b^(1/3)*x+a^(1/3)*(1-3^(1/2)))^2)^(1/2)
 
3.2.1.2 Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 10.05 (sec) , antiderivative size = 91, normalized size of antiderivative = 0.18 \[ \int \frac {\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {-a+b x^3}} \, dx=-\frac {x \sqrt {1-\frac {b x^3}{a}} \left (2 \left (-1+\sqrt {3}\right ) \sqrt [3]{a} \operatorname {Hypergeometric2F1}\left (\frac {1}{3},\frac {1}{2},\frac {4}{3},\frac {b x^3}{a}\right )+\sqrt [3]{b} x \operatorname {Hypergeometric2F1}\left (\frac {1}{2},\frac {2}{3},\frac {5}{3},\frac {b x^3}{a}\right )\right )}{2 \sqrt {-a+b x^3}} \]

input
Integrate[((1 - Sqrt[3])*a^(1/3) - b^(1/3)*x)/Sqrt[-a + b*x^3],x]
 
output
-1/2*(x*Sqrt[1 - (b*x^3)/a]*(2*(-1 + Sqrt[3])*a^(1/3)*Hypergeometric2F1[1/ 
3, 1/2, 4/3, (b*x^3)/a] + b^(1/3)*x*Hypergeometric2F1[1/2, 2/3, 5/3, (b*x^ 
3)/a]))/Sqrt[-a + b*x^3]
 
3.2.1.3 Rubi [A] (verified)

Time = 0.53 (sec) , antiderivative size = 497, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.079, Rules used = {2419, 760, 2418}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {b x^3-a}} \, dx\)

\(\Big \downarrow \) 2419

\(\displaystyle \int \frac {\left (1+\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {b x^3-a}}dx-2 \sqrt {3} \sqrt [3]{a} \int \frac {1}{\sqrt {b x^3-a}}dx\)

\(\Big \downarrow \) 760

\(\displaystyle \int \frac {\left (1+\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {b x^3-a}}dx+\frac {4 \sqrt [4]{3} \sqrt {2-\sqrt {3}} \sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right ) \sqrt {\frac {a^{2/3}+\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} \operatorname {EllipticF}\left (\arcsin \left (\frac {\left (1+\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}\right ),-7+4 \sqrt {3}\right )}{\sqrt [3]{b} \sqrt {-\frac {\sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right )}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} \sqrt {b x^3-a}}\)

\(\Big \downarrow \) 2418

\(\displaystyle \frac {4 \sqrt [4]{3} \sqrt {2-\sqrt {3}} \sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right ) \sqrt {\frac {a^{2/3}+\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} \operatorname {EllipticF}\left (\arcsin \left (\frac {\left (1+\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}\right ),-7+4 \sqrt {3}\right )}{\sqrt [3]{b} \sqrt {-\frac {\sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right )}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} \sqrt {b x^3-a}}-\frac {\sqrt [4]{3} \sqrt {2+\sqrt {3}} \sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right ) \sqrt {\frac {a^{2/3}+\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} E\left (\arcsin \left (\frac {\left (1+\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}\right )|-7+4 \sqrt {3}\right )}{\sqrt [3]{b} \sqrt {-\frac {\sqrt [3]{a} \left (\sqrt [3]{a}-\sqrt [3]{b} x\right )}{\left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )^2}} \sqrt {b x^3-a}}+\frac {2 \sqrt {b x^3-a}}{\sqrt [3]{b} \left (\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x\right )}\)

input
Int[((1 - Sqrt[3])*a^(1/3) - b^(1/3)*x)/Sqrt[-a + b*x^3],x]
 
output
(2*Sqrt[-a + b*x^3])/(b^(1/3)*((1 - Sqrt[3])*a^(1/3) - b^(1/3)*x)) - (3^(1 
/4)*Sqrt[2 + Sqrt[3]]*a^(1/3)*(a^(1/3) - b^(1/3)*x)*Sqrt[(a^(2/3) + a^(1/3 
)*b^(1/3)*x + b^(2/3)*x^2)/((1 - Sqrt[3])*a^(1/3) - b^(1/3)*x)^2]*Elliptic 
E[ArcSin[((1 + Sqrt[3])*a^(1/3) - b^(1/3)*x)/((1 - Sqrt[3])*a^(1/3) - b^(1 
/3)*x)], -7 + 4*Sqrt[3]])/(b^(1/3)*Sqrt[-((a^(1/3)*(a^(1/3) - b^(1/3)*x))/ 
((1 - Sqrt[3])*a^(1/3) - b^(1/3)*x)^2)]*Sqrt[-a + b*x^3]) + (4*3^(1/4)*Sqr 
t[2 - Sqrt[3]]*a^(1/3)*(a^(1/3) - b^(1/3)*x)*Sqrt[(a^(2/3) + a^(1/3)*b^(1/ 
3)*x + b^(2/3)*x^2)/((1 - Sqrt[3])*a^(1/3) - b^(1/3)*x)^2]*EllipticF[ArcSi 
n[((1 + Sqrt[3])*a^(1/3) - b^(1/3)*x)/((1 - Sqrt[3])*a^(1/3) - b^(1/3)*x)] 
, -7 + 4*Sqrt[3]])/(b^(1/3)*Sqrt[-((a^(1/3)*(a^(1/3) - b^(1/3)*x))/((1 - S 
qrt[3])*a^(1/3) - b^(1/3)*x)^2)]*Sqrt[-a + b*x^3])
 

3.2.1.3.1 Defintions of rubi rules used

rule 760
Int[1/Sqrt[(a_) + (b_.)*(x_)^3], x_Symbol] :> With[{r = Numer[Rt[b/a, 3]], 
s = Denom[Rt[b/a, 3]]}, Simp[2*Sqrt[2 - Sqrt[3]]*(s + r*x)*(Sqrt[(s^2 - r*s 
*x + r^2*x^2)/((1 - Sqrt[3])*s + r*x)^2]/(3^(1/4)*r*Sqrt[a + b*x^3]*Sqrt[(- 
s)*((s + r*x)/((1 - Sqrt[3])*s + r*x)^2)]))*EllipticF[ArcSin[((1 + Sqrt[3]) 
*s + r*x)/((1 - Sqrt[3])*s + r*x)], -7 + 4*Sqrt[3]], x]] /; FreeQ[{a, b}, x 
] && NegQ[a]
 

rule 2418
Int[((c_) + (d_.)*(x_))/Sqrt[(a_) + (b_.)*(x_)^3], x_Symbol] :> With[{r = N 
umer[Simplify[(1 + Sqrt[3])*(d/c)]], s = Denom[Simplify[(1 + Sqrt[3])*(d/c) 
]]}, Simp[2*d*s^3*(Sqrt[a + b*x^3]/(a*r^2*((1 - Sqrt[3])*s + r*x))), x] + S 
imp[3^(1/4)*Sqrt[2 + Sqrt[3]]*d*s*(s + r*x)*(Sqrt[(s^2 - r*s*x + r^2*x^2)/( 
(1 - Sqrt[3])*s + r*x)^2]/(r^2*Sqrt[a + b*x^3]*Sqrt[(-s)*((s + r*x)/((1 - S 
qrt[3])*s + r*x)^2)]))*EllipticE[ArcSin[((1 + Sqrt[3])*s + r*x)/((1 - Sqrt[ 
3])*s + r*x)], -7 + 4*Sqrt[3]], x]] /; FreeQ[{a, b, c, d}, x] && NegQ[a] && 
 EqQ[b*c^3 - 2*(5 + 3*Sqrt[3])*a*d^3, 0]
 

rule 2419
Int[((c_) + (d_.)*(x_))/Sqrt[(a_) + (b_.)*(x_)^3], x_Symbol] :> With[{r = N 
umer[Rt[b/a, 3]], s = Denom[Rt[b/a, 3]]}, Simp[(c*r - (1 + Sqrt[3])*d*s)/r 
  Int[1/Sqrt[a + b*x^3], x], x] + Simp[d/r   Int[((1 + Sqrt[3])*s + r*x)/Sq 
rt[a + b*x^3], x], x]] /; FreeQ[{a, b, c, d}, x] && NegQ[a] && NeQ[b*c^3 - 
2*(5 + 3*Sqrt[3])*a*d^3, 0]
 
3.2.1.4 Maple [B] (verified)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 951 vs. \(2 (375 ) = 750\).

Time = 1.73 (sec) , antiderivative size = 952, normalized size of antiderivative = 1.92

method result size
default \(\text {Expression too large to display}\) \(952\)

input
int((-b^(1/3)*x+a^(1/3)*(1-3^(1/2)))/(b*x^3-a)^(1/2),x,method=_RETURNVERBO 
SE)
 
output
-2/3*I/b^(2/3)*3^(1/2)*(a*b^2)^(1/3)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1 
/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2)*((x-1/b*(a*b^2)^(1/3)) 
/(-3/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2)*(I*(x+1/2/b*( 
a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2) 
/(b*x^3-a)^(1/2)*((-3/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*Ell 
ipticE(1/3*3^(1/2)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3 
))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2),(-I*3^(1/2)/b*(a*b^2)^(1/3)/(-3/2/b*(a*b 
^2)^(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2))+1/b*(a*b^2)^(1/3)*Ellipti 
cF(1/3*3^(1/2)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3 
^(1/2)*b/(a*b^2)^(1/3))^(1/2),(-I*3^(1/2)/b*(a*b^2)^(1/3)/(-3/2/b*(a*b^2)^ 
(1/3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2)))+2/3*I*a^(1/3)*3^(1/2)/b*(a*b 
^2)^(1/3)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2 
)*b/(a*b^2)^(1/3))^(1/2)*((x-1/b*(a*b^2)^(1/3))/(-3/2/b*(a*b^2)^(1/3)-1/2* 
I*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2)*(I*(x+1/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/ 
b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1/3))^(1/2)/(b*x^3-a)^(1/2)*EllipticF( 
1/3*3^(1/2)*(-I*(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1 
/2)*b/(a*b^2)^(1/3))^(1/2),(-I*3^(1/2)/b*(a*b^2)^(1/3)/(-3/2/b*(a*b^2)^(1/ 
3)-1/2*I*3^(1/2)/b*(a*b^2)^(1/3)))^(1/2))-2*I*a^(1/3)/b*(a*b^2)^(1/3)*(-I* 
(x+1/2/b*(a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(a*b^2)^(1/3))*3^(1/2)*b/(a*b^2)^(1 
/3))^(1/2)*((x-1/b*(a*b^2)^(1/3))/(-3/2/b*(a*b^2)^(1/3)-1/2*I*3^(1/2)/b...
 
3.2.1.5 Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.15 (sec) , antiderivative size = 49, normalized size of antiderivative = 0.10 \[ \int \frac {\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {-a+b x^3}} \, dx=-\frac {2 \, {\left (a^{\frac {1}{3}} \sqrt {b} {\left (\sqrt {3} - 1\right )} {\rm weierstrassPInverse}\left (0, \frac {4 \, a}{b}, x\right ) - b^{\frac {5}{6}} {\rm weierstrassZeta}\left (0, \frac {4 \, a}{b}, {\rm weierstrassPInverse}\left (0, \frac {4 \, a}{b}, x\right )\right )\right )}}{b} \]

input
integrate((-b^(1/3)*x+a^(1/3)*(1-3^(1/2)))/(b*x^3-a)^(1/2),x, algorithm="f 
ricas")
 
output
-2*(a^(1/3)*sqrt(b)*(sqrt(3) - 1)*weierstrassPInverse(0, 4*a/b, x) - b^(5/ 
6)*weierstrassZeta(0, 4*a/b, weierstrassPInverse(0, 4*a/b, x)))/b
 
3.2.1.6 Sympy [A] (verification not implemented)

Time = 2.40 (sec) , antiderivative size = 112, normalized size of antiderivative = 0.23 \[ \int \frac {\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {-a+b x^3}} \, dx=\frac {i \sqrt [3]{b} x^{2} \Gamma \left (\frac {2}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{2}, \frac {2}{3} \\ \frac {5}{3} \end {matrix}\middle | {\frac {b x^{3}}{a}} \right )}}{3 \sqrt {a} \Gamma \left (\frac {5}{3}\right )} - \frac {i x \Gamma \left (\frac {1}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{3}, \frac {1}{2} \\ \frac {4}{3} \end {matrix}\middle | {\frac {b x^{3}}{a}} \right )}}{3 \sqrt [6]{a} \Gamma \left (\frac {4}{3}\right )} + \frac {\sqrt {3} i x \Gamma \left (\frac {1}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{3}, \frac {1}{2} \\ \frac {4}{3} \end {matrix}\middle | {\frac {b x^{3}}{a}} \right )}}{3 \sqrt [6]{a} \Gamma \left (\frac {4}{3}\right )} \]

input
integrate((-b**(1/3)*x+a**(1/3)*(1-3**(1/2)))/(b*x**3-a)**(1/2),x)
 
output
I*b**(1/3)*x**2*gamma(2/3)*hyper((1/2, 2/3), (5/3,), b*x**3/a)/(3*sqrt(a)* 
gamma(5/3)) - I*x*gamma(1/3)*hyper((1/3, 1/2), (4/3,), b*x**3/a)/(3*a**(1/ 
6)*gamma(4/3)) + sqrt(3)*I*x*gamma(1/3)*hyper((1/3, 1/2), (4/3,), b*x**3/a 
)/(3*a**(1/6)*gamma(4/3))
 
3.2.1.7 Maxima [F]

\[ \int \frac {\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {-a+b x^3}} \, dx=\int { -\frac {b^{\frac {1}{3}} x + a^{\frac {1}{3}} {\left (\sqrt {3} - 1\right )}}{\sqrt {b x^{3} - a}} \,d x } \]

input
integrate((-b^(1/3)*x+a^(1/3)*(1-3^(1/2)))/(b*x^3-a)^(1/2),x, algorithm="m 
axima")
 
output
-integrate((b^(1/3)*x + a^(1/3)*(sqrt(3) - 1))/sqrt(b*x^3 - a), x)
 
3.2.1.8 Giac [F]

\[ \int \frac {\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {-a+b x^3}} \, dx=\int { -\frac {b^{\frac {1}{3}} x + a^{\frac {1}{3}} {\left (\sqrt {3} - 1\right )}}{\sqrt {b x^{3} - a}} \,d x } \]

input
integrate((-b^(1/3)*x+a^(1/3)*(1-3^(1/2)))/(b*x^3-a)^(1/2),x, algorithm="g 
iac")
 
output
integrate(-(b^(1/3)*x + a^(1/3)*(sqrt(3) - 1))/sqrt(b*x^3 - a), x)
 
3.2.1.9 Mupad [F(-1)]

Timed out. \[ \int \frac {\left (1-\sqrt {3}\right ) \sqrt [3]{a}-\sqrt [3]{b} x}{\sqrt {-a+b x^3}} \, dx=\int -\frac {b^{1/3}\,x+a^{1/3}\,\left (\sqrt {3}-1\right )}{\sqrt {b\,x^3-a}} \,d x \]

input
int(-(b^(1/3)*x + a^(1/3)*(3^(1/2) - 1))/(b*x^3 - a)^(1/2),x)
 
output
int(-(b^(1/3)*x + a^(1/3)*(3^(1/2) - 1))/(b*x^3 - a)^(1/2), x)